Platform Explorer / Nuxeo Platform 6.0

Operation Seam.RunOperation (Run operation in Seam Context)

Description

Initialize a Seam context (including Conversation if needed) and runs an Operation
Operation id Seam.RunOperation
Category User Interface
Label Run operation in Seam Context
Requires
Since

Parameters

Name Description Type Required Default value
id string yes  
conversationId string no  
isolate boolean no false 

Signature

Inputs void
Outputs object

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.seam.operations.RunOperationInSeam
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.RunOperation",
  "label" : "Run operation in Seam Context",
  "category" : "User Interface",
  "requires" : null,
  "description" : "Initialize a Seam context (including Conversation if needed) and runs an Operation",
  "url" : "Seam.RunOperation",
  "signature" : [ "void", "object" ],
  "params" : [ {
    "name" : "id",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "conversationId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "isolate",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "false" ]
  } ]
}